Welcome![Sign In][Sign Up]
Location:
Search - vc s

Search list

[Multimedia program用VC开发拧魔方的程序

Description: 申明:本文讨论的是立方体魔方,且暂不考虑小立方块的方向。-stated : This paper discusses the cube Rubik's cube, and not consider small cubes direction.
Platform: | Size: 81588 | Author: 马龙 | Hits:

[Develop Tools李久进的VC教程

Description: 李久进的VC教程 里面有一些VC的基础知识 适合新手看-Lee Jin-VC Guide VC inside some of the basic knowledge for newcomers to s
Platform: | Size: 185778 | Author: 陈海风 | Hits:

[Communication远程控制工具(VC++ 66KB)

Description: 远程控制工具,能在远程操纵别人的计算机,值得看一看哟-remote control, remote control in other people's computers, is worth looking at the yo
Platform: | Size: 66273 | Author: 允庆 | Hits:

[Windows DevelopVC 十个评委评分系统

Description: 这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
Platform: | Size: 73714 | Author: 成龙 | Hits:

[Internet-Network用VC写的分析IP数据包的代码

Description: VC写的分析IP数据包的代码.rar如何使用的朋友可-VC write IP packet analysis code. Rar how to use friends can s
Platform: | Size: 158976 | Author: ouxm | Hits:

[Windows DevelopINI文件编程__框架基础__常州VC编程网

Description: This is a photo of a general purpose timer/ 在我们写的程序当中,总有一些配置信息需要保存下来,以便完成程序的功能,最简单的办法就是将这些信息写入INI文件中,程序初始化时再读入.具体应用如下:counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope: -This a photo of a general purpose timer. When we write program, There is always some configuration need to be saved, so that we can finish the function of the program.The most simple way is write these infomation to the INI file. It is read by the program during initialization,it is used as follows: counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope:
Platform: | Size: 6333 | Author: 海应 | Hits:

[Crack HackVC知识库文章 - C-S模式考试程序制作详解

Description: VC知识库文章 - C-S模式考试程序制作详解-VC-C-S model produced Elaborates on examination procedures
Platform: | Size: 104232 | Author: 陈鹏涛 | Hits:

[Button control特色按钮VC

Description: 用VC实现的具有特色的按钮。主要利用路径技术,通过路径获得区域,詹后对按钮进行定制。这也是界面编程的基础。-with VC's unique buttons. Use main road, access to the region by road, after the right button Zhan customized. This is also the basis for programming interface.
Platform: | Size: 83039 | Author: 詹克华 | Hits:

[ICQ-IM-ChatVC实现类似QQ即时通讯系统

Description: Visual C++ 开发的类似 QQ 的即时通讯系统,典型的C/S结构,是学习和从事这方面开发的较好参考材料
Platform: | Size: 3824894 | Author: jerryer168 | Hits:

[SourceCodesocket c/s架构代码

Description: 使用VC编写的socket server和client简单程序
Platform: | Size: 1190976 | Author: traderchina2009@yahoo.com | Hits:

[Program docThinking in VC++

Description: Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.
Platform: | Size: 2709090 | Author: limaojiao0603@126.com | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[Game Server Simulator传奇3.0 (evil’s illusion Server) 韩国正式版本

Description: 传奇3.0 (evil’s illusion Server) 韩国正式版本 vc++ 源码 GameServer VC++源代码,包括地图,脚本,人物处理,协议加密,带数据库,由于源码为商业性质的,请使用者注意其版权和不要擅自公开发布和传播源码。 WEMADE 公司于 Delphi 版本服务器端程序后,修改为 VC++ 版本。 可用VC++ 6.0 或 VC.net 编译;学习网络游戏开发的朋友又一个绝好的源码。
Platform: | Size: 4622854 | Author: rooney0126@163.com | Hits:

[Graph programjasper-1.700.2.uuid.tar

Description: 免费的JPEG2000软件Jasper的C源代码 提供C源代码的JPEG2000图像工具Jasper的源代码。-Jasper free JPEG2000 software provided by the C source code C source code JPEG2000 image tools Jasper s source code.
Platform: | Size: 1100800 | Author: 喻先兵 | Hits:

[SourceCodeVisualC++

Description: vc++数字图像处理 ,是一本很不错的介绍数字图像方面的书籍,这里有本书的全部源码-vc++ digital image processing is a very good introduction to digital imaging books, there is the book s all-source
Platform: | Size: 5999616 | Author: 齐齐 | Hits:

[xml-soap-webserviceDdEdE

Description: This article presents my work for managing XML documents into a VC++ application.I made this class with the help of Tom Archer s source code found on the CodeGuru Web site. For my personal application, I need to be able to load, parse, and save an XML document. I performed many searches but only the "Tom Archer" source code satisfied me. From his code, I decided to create a class to give me an EASY way to use XML documents 这篇文章说明了我如何转换XML文档到VC++应用程序。我在发现于CodeGuru万维网站上的Tom Archer的源代码的帮忙下创建了个类。对于我的个人应用来说,我需要载入,分析和保存一个XML文档。我做过许多搜索,但是只有Tom Archer的源代码使我满意。 通过他的代码,我决定创建让我更容易使用XML文档的类。-This article presents my work for managing XML documents into a VC application.I made this class with the help of Tom Archer s source code found on the CodeGuru Web site. For my personal application, I need to be able to load, parse, and save an XML document. I performed many searches but only the "Tom Archer" source code satisfied me. From his code, I decided to create a class to give me an EASY way to use XML documents this article explained how I do transform the XML documents to the VC application procedure. I under the Tom Archer source code help which stood to the CodeGuru World Wide Web founded a kind in the discovery. Personally applies regarding me said that, I need to write down, analyze and preserve XML documents. I have made many searches, but only has Tom Archer the source code to make me to be pleased. Through his code, I decided founds lets me be easier to use the XML documents the kind.
Platform: | Size: 10240 | Author: 李健 | Hits:

[OS programgetHDSN

Description: VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID
Platform: | Size: 204800 | Author: 许豫飞 | Hits:

[Multimedia programVCDwizard-2700-win32-src

Description: VCDwizard是一个VCDimager的GUI。这个应用程序用于使用XML创建兼容(S)VCD的MPeG流。你可以完全控制创建(S)VCD的PBC(菜单/播放结构)。-VCDwizard VCDimager is a GUI. Application procedures for the use of XML to create compatibility (S) VCD MPeG flow. You can completely control the creation (S) VCD PBC (menu/playback structure).
Platform: | Size: 839680 | Author: 刘晓冬 | Hits:

[Windows Develop41-60

Description: vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows 2000下关机 58 屏蔽系统热键 59 获取文件图标 60 避免程序运行多个实例-vc inspiration source code programming examples 3DButton 42 41 43 timer to change the cursor and dynamic map superscript 44 mouse caught some 45 information systems 46 to determine the application's path 47 registration system hotkeys 48 Detection floppy drive the readiness of 49 drivers to judge the types of detection disk capacity 50 51 52 MyFormat Win98 hotkeys under 53 was shutdown current screen resolution two methods in 54 characters displayed on the screen started 55 of 56 screen saver automatically reboot after running under Windows 2000 57 58 Off Screen Hotkey 59 cover access to documents icon 60 to avoid running multiple instances of
Platform: | Size: 760832 | Author: yiyizi | Hits:

[File Operate20040913190255_vczx_clsrwini

Description: 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely digital writing, word reading, writing text, reading text. Support relative path. Can be used with or without mfc support procedures. Visual C++6 compile. Ini format : [appname] keyname = s 2, code : Please download compressed. Three, if required absolute path to delete CHAR FilePath [255]--- Geodetic (FilePath, fn)
Platform: | Size: 1024 | Author: 王迎芳 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net